Poetry 🆚 PyTorch 総まとめ
追記:Poetry のα版リリースを使うとうまくいきます
動くべきコード
code:pyproject.toml
python = "^3.8"
torch = { version = "=1.10.0+cu111", source = "pytorch-cu111" }
tool.poetry.source
name = "pytorch-cu111"
secondary = true
Poetry 1.1.x 時代
死
Poetry 1.2.x 時代
still 死